home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Online
/
QMail
/
source
/
stralloc_cats.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-15
|
150 b
|
11 lines
#include "byte.h"
#include "str.h"
#include "stralloc.h"
int stralloc_cats(sa,s)
stralloc *sa;
char *s;
{
return stralloc_catb(sa,s,str_len(s));
}